home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / mac / data / toolmenu.dir / 00001_Script_1 next >
Text File  |  2001-01-27  |  159b  |  11 lines

  1. on exitFrame
  2.   repeat with x in[1,2,3,4,5,6]
  3.     if rollover(x) then
  4.       roll x
  5.     else
  6.       unroll x
  7.     end if
  8.   end repeat
  9.  
  10.   go the frame
  11. end